home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
138
/
138.xpi
/
chrome
/
stumbleupon.jar
/
content
/
signoutDialog.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-05-22
|
951b
|
32 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://stumbleupon/locale/stumbleupon.dtd" >
<dialog id="stumble_signout_dialog" title="StumbleUpon Sign-out"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept,cancel,extra1"
ondialogaccept="return doOK();"
ondialogcancel="return doCancel();"
onload="init()">
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_stumble" src="chrome://stumbleupon/locale/stumbleupon.properties"/>
</stringbundleset>
<script type="application/x-javascript" src="signoutDialog.js"/>
<spacer height="10px"/>
<hbox>
<vbox>
<image class="question-icon" />
</vbox>
<description style="white-space: pre;text-align: center;">Are you sure you want to Sign-out?
Do you know your password?
</description>
</hbox>
<spacer height="10px"/>
</dialog>